home *** CD-ROM | disk | FTP | other *** search
/ NT Sources / Infomagic - NT Source Volume 1 (Disc 1 of 2).iso / graphics / bbdemo.exe / _SETUP.1 / ADDEDIMG.dll / RCDATA / TSCANFORM / TSCANFORM.txt < prev   
Text File  |  1998-01-29  |  13KB  |  531 lines

  1. object ScanForm: TScanForm
  2.   Left = 105
  3.   Top = 148
  4.   BorderStyle = bsDialog
  5.   Caption = 'Scan/Download from Digital Camera'
  6.   ClientHeight = 294
  7.   ClientWidth = 686
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   Position = poScreenCenter
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   OnPaint = FormPaint
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Panel1: TPanel
  21.     Left = 3
  22.     Top = 4
  23.     Width = 679
  24.     Height = 285
  25.     Font.Charset = DEFAULT_CHARSET
  26.     Font.Color = clBlack
  27.     Font.Height = -15
  28.     Font.Name = 'MS Sans Serif'
  29.     Font.Style = [fsBold]
  30.     ParentFont = False
  31.     TabOrder = 4
  32.     Visible = False
  33.     object StopButn: TButton
  34.       Left = 308
  35.       Top = 233
  36.       Width = 75
  37.       Height = 25
  38.       Caption = 'Stop'
  39.       TabOrder = 0
  40.       OnClick = StopButnClick
  41.     end
  42.   end
  43.   object GroupBox1: TGroupBox
  44.     Left = 10
  45.     Top = 5
  46.     Width = 649
  47.     Height = 196
  48.     Caption = '&1. Image(s)'
  49.     Font.Charset = DEFAULT_CHARSET
  50.     Font.Color = clBlack
  51.     Font.Height = -12
  52.     Font.Name = 'MS Sans Serif'
  53.     Font.Style = [fsBold]
  54.     ParentFont = False
  55.     TabOrder = 0
  56.     object Label4: TLabel
  57.       Left = 400
  58.       Top = 73
  59.       Width = 26
  60.       Height = 13
  61.       Caption = 'Order'
  62.       Font.Charset = DEFAULT_CHARSET
  63.       Font.Color = clBlack
  64.       Font.Height = -12
  65.       Font.Name = 'MS Sans Serif'
  66.       Font.Style = []
  67.       ParentFont = False
  68.     end
  69.     object GroupBox2: TGroupBox
  70.       Left = 465
  71.       Top = 15
  72.       Width = 169
  73.       Height = 173
  74.       Caption = 'Previe&w'
  75.       TabOrder = 9
  76.     end
  77.     object Button5: TButton
  78.       Left = 18
  79.       Top = 23
  80.       Width = 75
  81.       Height = 25
  82.       Hint = 'Select Scanner'
  83.       Caption = '&Select'
  84.       Font.Charset = DEFAULT_CHARSET
  85.       Font.Color = clBlack
  86.       Font.Height = -12
  87.       Font.Name = 'MS Sans Serif'
  88.       Font.Style = []
  89.       ParentFont = False
  90.       ParentShowHint = False
  91.       ShowHint = True
  92.       TabOrder = 0
  93.       OnClick = Button5Click
  94.     end
  95.     object AutoPreviewCheck: TCheckBox
  96.       Left = 490
  97.       Top = 30
  98.       Width = 99
  99.       Height = 17
  100.       Caption = 'Auto Create'
  101.       State = cbChecked
  102.       TabOrder = 1
  103.       OnClick = AutoPreviewCheckClick
  104.     end
  105.     object Button1: TButton
  106.       Left = 358
  107.       Top = 23
  108.       Width = 75
  109.       Height = 25
  110.       Caption = 'Remo&ve All'
  111.       Font.Charset = DEFAULT_CHARSET
  112.       Font.Color = clBlack
  113.       Font.Height = -12
  114.       Font.Name = 'MS Sans Serif'
  115.       Font.Style = []
  116.       ParentFont = False
  117.       TabOrder = 2
  118.       OnClick = Button1Click
  119.     end
  120.     object AllButn: TButton
  121.       Left = 188
  122.       Top = 23
  123.       Width = 75
  124.       Height = 25
  125.       Caption = 'Acq&uire All'
  126.       Font.Charset = DEFAULT_CHARSET
  127.       Font.Color = clBlack
  128.       Font.Height = -12
  129.       Font.Name = 'MS Sans Serif'
  130.       Font.Style = []
  131.       ParentFont = False
  132.       TabOrder = 3
  133.       OnClick = AllButnClick
  134.     end
  135.     object MultipleButn: TButton
  136.       Left = 102
  137.       Top = 23
  138.       Width = 75
  139.       Height = 25
  140.       Caption = 'Ac&quire'
  141.       Font.Charset = DEFAULT_CHARSET
  142.       Font.Color = clBlack
  143.       Font.Height = -12
  144.       Font.Name = 'MS Sans Serif'
  145.       Font.Style = []
  146.       ParentFont = False
  147.       TabOrder = 4
  148.       OnClick = MultipleButnClick
  149.     end
  150.     object wwDBGrid1: TwwDBGrid
  151.       Left = 20
  152.       Top = 61
  153.       Width = 350
  154.       Height = 100
  155.       Selected.Strings = (
  156.         'Image Name'#9'39'#9'Images Scanned')
  157.       TitleColor = clBtnFace
  158.       FixedCols = 0
  159.       ShowHorzScrollBar = True
  160.       Color = clBtnFace
  161.       DataSource = wwDataSource2
  162.       Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgConfirmDelete, dgCancelOnExit, dgWordWrap]
  163.       TabOrder = 5
  164.       TitleAlignment = taLeftJustify
  165.       TitleFont.Charset = DEFAULT_CHARSET
  166.       TitleFont.Color = clBlack
  167.       TitleFont.Height = -12
  168.       TitleFont.Name = 'MS Sans Serif'
  169.       TitleFont.Style = [fsBold]
  170.       TitleLines = 1
  171.       TitleButtons = False
  172.       IndicatorColor = icBlack
  173.     end
  174.     object UpButn: TButton
  175.       Left = 401
  176.       Top = 94
  177.       Width = 25
  178.       Height = 20
  179.       Hint = 'Move Up'
  180.       Caption = '∩┐╜'
  181.       Font.Charset = DEFAULT_CHARSET
  182.       Font.Color = clBlack
  183.       Font.Height = -16
  184.       Font.Name = 'Wingdings'
  185.       Font.Style = []
  186.       ParentFont = False
  187.       ParentShowHint = False
  188.       ShowHint = True
  189.       TabOrder = 6
  190.       OnClick = UpButnClick
  191.     end
  192.     object DownButn: TButton
  193.       Left = 401
  194.       Top = 122
  195.       Width = 25
  196.       Height = 20
  197.       Hint = 'Move Down'
  198.       Caption = '∩┐╜'
  199.       Font.Charset = DEFAULT_CHARSET
  200.       Font.Color = clBlack
  201.       Font.Height = -16
  202.       Font.Name = 'Wingdings'
  203.       Font.Style = []
  204.       ParentFont = False
  205.       ParentShowHint = False
  206.       ShowHint = True
  207.       TabOrder = 7
  208.       OnClick = DownButnClick
  209.     end
  210.     object RemoveButn: TButton
  211.       Left = 273
  212.       Top = 23
  213.       Width = 75
  214.       Height = 25
  215.       Caption = '&Remove'
  216.       Font.Charset = DEFAULT_CHARSET
  217.       Font.Color = clBlack
  218.       Font.Height = -12
  219.       Font.Name = 'MS Sans Serif'
  220.       Font.Style = []
  221.       ParentFont = False
  222.       TabOrder = 8
  223.       OnClick = RemoveButnClick
  224.     end
  225.   end
  226.   object Image: TGroupBox
  227.     Left = 11
  228.     Top = 208
  229.     Width = 446
  230.     Height = 69
  231.     Caption = '&2. Destination'
  232.     Font.Charset = DEFAULT_CHARSET
  233.     Font.Color = clBlack
  234.     Font.Height = -12
  235.     Font.Name = 'MS Sans Serif'
  236.     Font.Style = [fsBold]
  237.     ParentFont = False
  238.     TabOrder = 1
  239.     object Label2: TLabel
  240.       Left = 68
  241.       Top = 30
  242.       Width = 29
  243.       Height = 13
  244.       Caption = '&Album'
  245.       Font.Charset = DEFAULT_CHARSET
  246.       Font.Color = clBlack
  247.       Font.Height = -12
  248.       Font.Name = 'MS Sans Serif'
  249.       Font.Style = []
  250.       ParentFont = False
  251.     end
  252.     object wwDBLookupComboDlg1: TwwDBLookupComboDlg
  253.       Left = 110
  254.       Top = 26
  255.       Width = 252
  256.       Height = 21
  257.       GridOptions = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgAlwaysShowSelection, dgConfirmDelete, dgPerfectRowFit]
  258.       GridColor = clWhite
  259.       GridTitleAlignment = taLeftJustify
  260.       Caption = 'Lookup'
  261.       MaxWidth = 0
  262.       MaxHeight = 209
  263.       Selected.Strings = (
  264.         'Album'#9'30'#9'Album')
  265.       DataField = 'Album ID'
  266.       DataSource = DataSource2
  267.       LookupTable = AlbumTable
  268.       LookupField = 'Album ID'
  269.       SeqSearchOptions = [ssoEnabled, ssoCaseSensitive]
  270.       TabOrder = 0
  271.       AutoDropDown = False
  272.       ShowButton = True
  273.       AllowClearKey = False
  274.     end
  275.   end
  276.   object OKButn: TButton
  277.     Left = 490
  278.     Top = 232
  279.     Width = 75
  280.     Height = 25
  281.     Caption = '&OK'
  282.     ModalResult = 1
  283.     TabOrder = 2
  284.     OnClick = OKBtnClick
  285.   end
  286.   object CancelButn: TButton
  287.     Left = 574
  288.     Top = 232
  289.     Width = 75
  290.     Height = 25
  291.     Caption = '&Cancel'
  292.     ModalResult = 2
  293.     TabOrder = 3
  294.   end
  295.   object Panel2: TPanel
  296.     Left = 500
  297.     Top = 58
  298.     Width = 126
  299.     Height = 126
  300.     BevelOuter = bvLowered
  301.     Caption = 'Panel2'
  302.     TabOrder = 5
  303.     object DBImage1: TDBImage
  304.       Left = 1
  305.       Top = 1
  306.       Width = 124
  307.       Height = 124
  308.       BorderStyle = bsNone
  309.       DataField = 'Thumbnail'
  310.       DataSource = wwDataSource2
  311.       ParentColor = True
  312.       TabOrder = 0
  313.       OnDblClick = CreateDblClick
  314.     end
  315.   end
  316.   object OpenDialog1: TOpenDialog
  317.     Filter = 
  318.       'All Files|*.*|*.bmp|*.bmp|*.pcx|*.pcx|*.gif|*.gif|*.jpg|*.jpg|*.' +
  319.       'tif|*.tif|*.tga|*.tga|*.wmf|*.wmf|*.pcd|*.pcd|*.eps|*.eps|All Gr' +
  320.       'aphic Files|*.bmp;*.pcx;*.gif;*.jpg;*.tif;*.tga;*.wmf;*.pcd;*.ep' +
  321.       's;'
  322.     Left = 186
  323.     Top = 75
  324.   end
  325.   object DataSource2: TwwDataSource
  326.     DataSet = FotoTable
  327.     Left = 158
  328.     Top = 103
  329.   end
  330.   object FotoTable: TwwTable
  331.     DatabaseName = 'BOWERBIRD'
  332.     IndexFieldNames = 'Album ID;Picture Number'
  333.     TableName = 'FOTOINFO.DB'
  334.     SyncSQLByRange = True
  335.     NarrowSearch = False
  336.     ValidateWithMask = True
  337.     Left = 130
  338.     Top = 103
  339.     object FotoTableAlbumID: TStringField
  340.       FieldName = 'Album ID'
  341.       Size = 8
  342.     end
  343.     object FotoTablePictureNumber: TIntegerField
  344.       FieldName = 'Picture Number'
  345.     end
  346.     object FotoTablePosition: TIntegerField
  347.       FieldName = 'Position'
  348.     end
  349.     object FotoTableDateTaken: TDateField
  350.       FieldName = 'Date Taken'
  351.     end
  352.     object FotoTableApproximateDateTaken: TBooleanField
  353.       FieldName = 'Approximate Date Taken'
  354.     end
  355.     object FotoTableDateEntered: TDateField
  356.       FieldName = 'Date Entered'
  357.     end
  358.     object FotoTableCaption: TStringField
  359.       FieldName = 'Caption'
  360.       Size = 60
  361.     end
  362.     object FotoTableComments: TMemoField
  363.       FieldName = 'Comments'
  364.       BlobType = ftMemo
  365.       Size = 20
  366.     end
  367.     object FotoTableSubstituteImage: TBooleanField
  368.       FieldName = 'Substitute Image'
  369.     end
  370.     object FotoTableNoImage: TBooleanField
  371.       FieldName = 'No Image'
  372.     end
  373.     object FotoTableActualFileName: TStringField
  374.       FieldName = 'Actual File Name'
  375.       Size = 200
  376.     end
  377.     object FotoTableImageReference: TBooleanField
  378.       FieldName = 'Image Reference'
  379.     end
  380.     object FotoTableReferenceVolumeLabel: TStringField
  381.       FieldName = 'Reference Volume Label'
  382.       Size = 11
  383.     end
  384.     object FotoTableImageType: TStringField
  385.       FieldName = 'Image Type'
  386.       Size = 4
  387.     end
  388.     object FotoTableImageWidth: TIntegerField
  389.       FieldName = 'Image Width'
  390.     end
  391.     object FotoTableImageHeight: TIntegerField
  392.       FieldName = 'Image Height'
  393.     end
  394.     object FotoTableImageBitsperpixel: TIntegerField
  395.       FieldName = 'Image Bits per pixel'
  396.     end
  397.     object FotoTableImagePlanes: TIntegerField
  398.       FieldName = 'Image Planes'
  399.     end
  400.     object FotoTableImageColours: TIntegerField
  401.       FieldName = 'Image Colours'
  402.     end
  403.     object FotoTableImagePages: TIntegerField
  404.       FieldName = 'Image Pages'
  405.     end
  406.     object FotoTableImageCompression: TStringField
  407.       FieldName = 'Image Compression'
  408.     end
  409.     object FotoTableImageSize: TIntegerField
  410.       FieldName = 'Image Size'
  411.     end
  412.     object FotoTableCopyrightRestricted: TBooleanField
  413.       FieldName = 'Copyright Restricted'
  414.     end
  415.     object FotoTableCopyrightInformation: TStringField
  416.       FieldName = 'Copyright Information'
  417.       Size = 50
  418.     end
  419.     object FotoTableThumbnail: TGraphicField
  420.       FieldName = 'Thumbnail'
  421.       BlobType = ftGraphic
  422.       Size = 1
  423.     end
  424.   end
  425.   object SlidTable: TwwTable
  426.     TableName = 'h:\nemo\AAAAAAAA.DB'
  427.     SyncSQLByRange = True
  428.     NarrowSearch = False
  429.     ValidateWithMask = True
  430.     Left = 186
  431.     Top = 103
  432.     object SlidTablePictureNumber: TIntegerField
  433.       FieldName = 'Picture Number'
  434.     end
  435.     object SlidTablePictureType: TStringField
  436.       FieldName = 'Picture Type'
  437.       Size = 6
  438.     end
  439.     object SlidTablePicture: TBlobField
  440.       FieldName = 'Picture'
  441.       BlobType = ftBlob
  442.       Size = 1
  443.     end
  444.   end
  445.   object DataSource4: TwwDataSource
  446.     DataSet = SlidTable
  447.     Left = 214
  448.     Top = 103
  449.   end
  450.   object AlbumTable: TwwTable
  451.     DatabaseName = 'BOWERBIRD'
  452.     TableName = 'LKALBUM.DB'
  453.     SyncSQLByRange = True
  454.     NarrowSearch = False
  455.     ValidateWithMask = True
  456.     Left = 130
  457.     Top = 131
  458.     object AlbumTableAlbumID: TStringField
  459.       FieldName = 'Album ID'
  460.       Size = 8
  461.     end
  462.     object AlbumTableAlbum: TStringField
  463.       FieldName = 'Album'
  464.       Size = 30
  465.     end
  466.     object AlbumTableLocation: TStringField
  467.       FieldName = 'Location'
  468.       Size = 255
  469.     end
  470.     object AlbumTableTableName: TStringField
  471.       FieldName = 'Table Name'
  472.       Size = 8
  473.     end
  474.     object AlbumTableTableCreated: TBooleanField
  475.       FieldName = 'Table Created'
  476.     end
  477.     object AlbumTableVolumeLabel: TStringField
  478.       FieldName = 'Volume Label'
  479.       Size = 11
  480.     end
  481.     object AlbumTableComments: TMemoField
  482.       FieldName = 'Comments'
  483.       BlobType = ftMemo
  484.       Size = 10
  485.     end
  486.   end
  487.   object wwDataSource1: TwwDataSource
  488.     DataSet = AlbumTable
  489.     Left = 158
  490.     Top = 131
  491.   end
  492.   object wwDataSource2: TwwDataSource
  493.     DataSet = ScanTable
  494.     Left = 158
  495.     Top = 75
  496.   end
  497.   object ScanTable: TwwTable
  498.     TableName = 'c:\bbtemp\SCANSTOR.DB'
  499.     SyncSQLByRange = True
  500.     NarrowSearch = False
  501.     ValidateWithMask = True
  502.     Left = 130
  503.     Top = 75
  504.     object ScanTableImageName: TStringField
  505.       DisplayLabel = 'Images Scanned'
  506.       DisplayWidth = 39
  507.       FieldName = 'Image Name'
  508.       Size = 50
  509.     end
  510.     object ScanTableImageNumber: TIntegerField
  511.       FieldName = 'Image Number'
  512.       Visible = False
  513.     end
  514.     object ScanTablePageNumber: TIntegerField
  515.       FieldName = 'Page Number'
  516.       Visible = False
  517.     end
  518.     object ScanTableFileName: TStringField
  519.       FieldName = 'File Name'
  520.       Visible = False
  521.       Size = 255
  522.     end
  523.     object ScanTableThumbnail: TGraphicField
  524.       FieldName = 'Thumbnail'
  525.       Visible = False
  526.       BlobType = ftGraphic
  527.       Size = 1
  528.     end
  529.   end
  530. end
  531.